← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 16:10:05 2022
Reported on Wed Dec 14 16:12:58 2022

Filename(eval 399)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 6 statements in 20µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
22114µs3.37msOpenAPI::Modern::::hasOpenAPI::Modern::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package OpenAPI::Modern;
2
# spent 3.37ms (14µs+3.35) within OpenAPI::Modern::has which was called 2 times, avg 1.68ms/call: # once (10µs+1.79ms) by main::BEGIN@2 at line 35 of OpenAPI/Modern.pm # once (4µs+1.57ms) by main::BEGIN@2 at line 47 of OpenAPI/Modern.pm
sub has {
321µs for my $method (@$before) {
423µs2347µs $method->(@_);
# spent 347µs making 2 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 174µs/call
5 }
6216µs23.01ms $$wrapped->(@_);}
# spent 3.01ms making 2 calls to MooX::HandlesVia::has, avg 1.50ms/call
7;